Cocktail Help Reference
WeakRefDictionary<TKey,TValue> Class Members
See Also  Properties  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : WeakRefDictionary<TKey,TValue> Class


Glossary Item Box

The following tables list the members exposed by WeakRefDictionary<TKey,TValue>.

Public Constructors

Public Properties

 NameDescription
Public PropertyCountReturns a count of the number of items in the dictionary.  
Public PropertyItemRetrieves a value from the dictionary.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a new item to the dictionary.  
Public MethodClearRemoves all keys and values from the Dictionary.  
Public MethodContainsKeyDetermines if the dictionary contains a value for the key.  
Public MethodGetEnumeratorGets an enumerator over the values in the dictionary.  
Public MethodRemoveRemoves an item from the dictionary.  
Public MethodTryGetValueAttempts to get a value from the dictionary.  
Top

See Also

© 2013 All Rights Reserved.